home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / Diehl Graphsoft MiniCad-G / German MiniCad Demo (Click Me!) / German MiniCad Demo (Click Me!).rsrc / STR#_7020.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  1.6 KB  |  74 lines

  1. GetFName : STRING;
  2.  
  3. Returns the current file name of the active drawing
  4.  
  5. NumLayers : INTEGER;
  6.  
  7. Returns the current number of layers in the active drawing
  8.  
  9. SymDefNum : INTEGER;
  10.  
  11. Returns the current number of symbols in the library of the active drawing
  12.  
  13. NameNum : INTEGER;
  14.  
  15. Returns the number of names in the current active drawing
  16.  
  17. NameList(Index : INTEGER) : STRING;
  18.  
  19. Returns the object name stored in the object name list specified by Index
  20.  
  21. ClassNum : INTEGER;
  22.  
  23. Returns the number of classes in the current active drawing
  24.  
  25. ClassList(Index : INTEGER;) : STRING;
  26.  
  27. Returns the object class stored in the object class list specified by Index
  28.  
  29. GetOrigin(VAR X,Y : REAL);
  30.  
  31. Returns the current origin location relative to the center of the page
  32.  
  33. FArrowHead : INTEGER;
  34.  
  35. Returns the current arrow head settings
  36.  
  37. FFillPat : INTEGER;
  38.  
  39. Returns the current fill pattern settings
  40.  
  41. FPenSize : INTEGER;
  42.  
  43. Returns the current pen size settings in mils
  44.  
  45. FPenPat : INTEGER;
  46.  
  47. Returns the current fill pattern settings for the graphic pen
  48.  
  49. FPenFore(Var Red,Green,Blue : LONGINT);
  50.  
  51. Returns the current pen foreground color in the variable parameters Red,Green,Blue
  52.  
  53. FPenBack(Var Red,Green,Blue : LONGINT);
  54.  
  55. Returns the current pen background color in the variable parameters Red,Green,Blue
  56.  
  57. FFillFore(Var Red,Green,Blue : LONGINT);
  58.  
  59. Returns the current fill foreground color in the variable parameters Red,Green,Blue
  60.  
  61. FFillBack(Var Red,Green,Blue : LONGINT);
  62.  
  63. Returns the current fill background color in the variable parameters Red,Green,Blue
  64.  
  65. GetLVis(h : Handle) : INTEGER;
  66.  
  67. Returns visibility status of layer connected to h.
  68.  
  69. ActSymDef : HANDLE;
  70.  
  71. Returns handle to active symbol
  72. definition.
  73.  
  74.